From: Andy Boyett Date: Sun, 15 Jun 2008 18:18:23 +0000 (+0000) Subject: telepathy-python: require xsltproc on host system X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=408db2938e05aa3a5f0814c69c700bc680576f68;p=openwrt%2Fsvn-archive%2Fpackages.git telepathy-python: require xsltproc on host system SVN-Revision: 11477 --- diff --git a/lang/telepathy-python/Makefile b/lang/telepathy-python/Makefile index 853210a95..d9fc42708 100644 --- a/lang/telepathy-python/Makefile +++ b/lang/telepathy-python/Makefile @@ -38,3 +38,7 @@ define Package/telepathy-python/install endef $(eval $(call BuildPackage,telepathy-python)) + +$(eval $(call RequireCommand,xsltproc, \ + $(PKG_NAME) requires xsltproc installed on the host-system. \ +))